/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:#0c75be;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
.content-mid p {
	font-size: 1.3em;
}
.content-mid a {
	margin-bottom: 0px;
	color: #03C;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
h1 {
	font-family: "微軟正黑體", sans-serif;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	color: #F00;
	font-size: 36px;
	text-shadow: 1px 1px 2px #999999;
}
.content-mid .subtitle {
	font-size: 1.8em;
	color: #039;
	text-align: center;
	font-family: "微軟正黑體", sans-serif;
	line-height: 1.3em;
}


h2 {
	padding-top: 10px;
	color: #E92C52;
	font-size: 2.3em;
	font-family: "微軟正黑體", sans-serif;
	text-shadow: 1px 1px 1px #CCCCCC;
}

h3 {
	font-size: 2em;
	font-family: "微軟正黑體", sans-serif;
	text-shadow: 1px 1px 1px #CCCCCC;
	color: #EF5C7A;
	margin-left: 1em;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 10px;
}
